gtk/gtkcssrgbavalue.c: Fix build on Visual Studio
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 13 Nov 2019 09:14:31 +0000 (17:14 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 13 Nov 2019 10:08:15 +0000 (18:08 +0800)
commitd2e13dd3e4a6897ffcce3b47feffda7542e39272
tree75c52f8593c42070468712ca0b3d3fbeca0a5fed
parentad48bbb8496d2c3b57fcb4367fd85f7664def0c0
gtk/gtkcssrgbavalue.c: Fix build on Visual Studio

Visual Studio does not allow static or global structures to use
static storage duration by compound literals, which is actually a
GCCism[1].

[1]: See https://gcc.gnu.org/onlinedocs/gcc/Compound-Literals.html
gtk/gtkcssrgbavalue.c